get

operator fun WebStorage.get(key: String): String?
operator fun WebStorage.get(key: String): String?

Returns the value associated with the given key if it exists in the storage.